What is EF Core?
211
20-May-2025
Updated on 20-May-2025
Utpal Vishwas
20-May-2025EF Core (Entity Framework Core) is a lightweight, extensible, open-source, cross-platform Object-Relational Mapper (ORM) developed by Microsoft. It is the modern version of Entity Framework and is used to interact with relational databases using C# objects.
Key Features of EF Core
Insert,Update, orDelete.How EF Core Works
Define a Model (C# Classes)
Create a
DbContextClassConfigure EF Core (e.g., in
Startup.csorProgram.cs)Use EF Core in Code
Advantages
EF Core vs EF 6